-
Notifications
You must be signed in to change notification settings - Fork 549
[TOOL-4689] Dashboard: Integrate ERC20Asset contract in token creation flow #7344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: yash/ocr-contracts-integration
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
88e82aa
to
90d9498
Compare
bd11486
to
5231fdd
Compare
90d9498
to
936055a
Compare
936055a
to
b4541e3
Compare
29debdd
to
587f307
Compare
adaac43
to
376d184
Compare
587f307
to
7d3a760
Compare
7d3a760
to
45c7614
Compare
45c7614
to
d363c19
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## yash/ocr-contracts-integration #7344 +/- ##
===============================================================
Coverage 52.10% 52.10%
===============================================================
Files 956 956
Lines 64310 64310
Branches 4243 4243
===============================================================
Hits 33508 33508
Misses 30696 30696
Partials 106 106
🚀 New features to boost your workflow:
|
PR-Codex overview
This PR focuses on updating various components and hooks in the dashboard application related to token creation and management, including changes to contract types, UI adjustments, and the introduction of new sale configurations.
Detailed summary
contractType
from"DropERC20"
to"ERC20Asset"
inproject-contracts.ts
.ERC20Asset
label incontract-table.tsx
.step-card.tsx
.Skeleton
loading state intoken-info-fieldset.tsx
andnft-collection-info-fieldset.tsx
.token-airdrop.tsx
.LaunchTokenStatus
.directSale
andpublicMarket
configurations totokenDistributionFormSchema
.CreateTokenFunctions
type.token-sale.tsx
to include new sale modes and UI elements.PrimarySaleConfig
andPublicMarketConfig
for better organization.